home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu101.dms / pu101.adf / s / startup-sequence < prev    next >
Text File  |  1991-06-20  |  1KB  |  36 lines

  1. c:SetPatch >NIL: r ;patch system functions
  2. Addbuffers df0: 10
  3. ECHO "Quickbench (c) 1991 D.H.Ibbotson."
  4. ASK "Quickbench (Y/N)"
  5. IF warn
  6. MORE SYS:Quickbench.doc ;+++++++ you can remove this line +++++++
  7. echo "*E[0;0H*E[J"
  8. MOUNT QB1:
  9. COPY sys:Quickbench QB1: ALL QUIET
  10. COPY sys:devs/system-configuration QB1:devs/ quiet
  11. RELABEL DRIVE QB1: NAME " "
  12. WAIT 4
  13. echo " "
  14. ECHO "Quickbench installed. NOW soft reset using the VULCAN DEATH GRIP"
  15. ECHO "You can  remove  all  disks  if  you  wish  including  workbench"
  16. QUIT
  17. ENDIF
  18. cd c:
  19. Sys:System/FastMemFirst ; move C00000 memory to last in list
  20. BindDrivers
  21. SetClock load ;load system time from real time clock (A1000 owners should
  22.               ;replace the SetClock load with Date
  23. FF >NIL: -0 ;speed up Text
  24. resident CLI L:Shell-Seg SYSTEM pure add; activate Shell
  25. resident c:Execute pure
  26. mount newcon:
  27. ;
  28. failat 11
  29. run execute s:StartupII ;This lets resident be used for rest of script
  30. wait >NIL: 5 mins ;wait for StartupII to complete (will signal when done)
  31. ;
  32. SYS:System/SetMap gb ;Activate the ()/* on keypad
  33. path ram: c: sys:utilities sys:system s: sys:prefs add ;set path for Workbench
  34. LoadWB delay  ;wait for inhibit to end before continuing
  35. endcli >NIL:
  36.